home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 17 / examples / read.me < prev    next >
Encoding:
Text File  |  1988-07-15  |  759 b   |  27 lines

  1. ART.LSP
  2. EXAMPLE.LSP
  3. FACT.LSP
  4. FIB.LSP
  5. HANOI.LSP
  6. HDWR.LSP
  7. IFTHEN.LSP
  8. OBJECT.LSP
  9. PP.LSP
  10. PROLOG.LSP
  11. PT.LSP
  12. QA.LSP
  13. QUEENS.LSP
  14. QUEENS2.LSP
  15. STEP.LSP
  16. TAK.LSP
  17. TRACE.LSP
  18.  
  19.     These are a number of XLISP programs to get you started in quest to program
  20.     in Lisp.  Some of the programs include a factorial function, a fibanocci
  21.     function, a towers of hanoi program, a PROLOG interpreter (sounds 
  22.     interesting if I knew PROLOG), and the classic queens on the chess board
  23.     problem with and without graphics.  These are just a sample of the programs
  24.     available.  Please note: Some of these programs might not run under XLISP
  25.     2.0.  Try them out and modify them yourself.  The XLISP examples have come
  26.     from a number of sources.
  27.